{ "version": 4, "terraform_version": "1.7.0", "serial": 206, "lineage": "2b09a0c7-66b6-9d52-fc49-5f58307496e1", "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-67ccccb9f06c5508c", "ami": "ami-5c3cdff9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ac63b1f8"], "subnet_id": "subnet-443de214", "key_name": "prod-deploy-key" } } ] } ] }