{ "version": 4, "terraform_version": "1.7.6", "serial": 272, "lineage": "c35ca196-7411-617d-e4f5-4601bcb25757", "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-4e5364faf775a53d8", "ami": "ami-5ac3e73d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-057d0389"], "subnet_id": "subnet-0a2563a7", "key_name": "prod-deploy-key" } } ] } ] }