{ "version": 4, "terraform_version": "1.7.3", "serial": 515, "lineage": "54702329-91eb-45e9-d441-a5867a0eff73", "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-fa907396864bb0ad6", "ami": "ami-f32c9960", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9e3ff4f8"], "subnet_id": "subnet-6e41d902", "key_name": "prod-deploy-key" } } ] } ] }