{ "version": 4, "terraform_version": "1.7.2", "serial": 356, "lineage": "62baa224-1226-67db-d1e3-a316ccbe14c6", "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-d7de218fbfeeac2a3", "ami": "ami-a18a685a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2c76dfd9"], "subnet_id": "subnet-0506c867", "key_name": "prod-deploy-key" } } ] } ] }