{ "version": 4, "terraform_version": "1.7.4", "serial": 282, "lineage": "397086a0-148f-9f5d-068a-624fd9a86393", "outputs": { "db_endpoint": { "value": "db-3.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-8e5885722e49baa10", "ami": "ami-0a01ddb0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bafcb947"], "subnet_id": "subnet-fe03ddae", "key_name": "prod-deploy-key" } } ] } ] }