{ "version": 4, "terraform_version": "1.5.5", "serial": 599, "lineage": "5158d911-78f7-daba-8f45-4937ed76e7d6", "outputs": { "db_endpoint": { "value": "db-2.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-52772f4557165a670", "ami": "ami-29d87dd8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-06f6ba37"], "subnet_id": "subnet-3cf07ad4", "key_name": "prod-deploy-key" } } ] } ] }