{ "version": 4, "terraform_version": "1.5.7", "serial": 395, "lineage": "2e9f4d18-432a-4df8-6c05-86e7051b1b69", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-6ebb8e0f7c55c325f", "ami": "ami-5f53a86e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c95766b"], "subnet_id": "subnet-1e9e1d03", "key_name": "prod-deploy-key" } } ] } ] }