{ "version": 4, "terraform_version": "1.8.2", "serial": 133, "lineage": "8eb9a7b3-4858-7c6a-b68b-2c03aeaa8e03", "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-70c7a6234588f994c", "ami": "ami-b27fa75d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-708c12f2"], "subnet_id": "subnet-8f0839f9", "key_name": "prod-deploy-key" } } ] } ] }