{ "version": 4, "terraform_version": "1.6.2", "serial": 453, "lineage": "41520818-80e0-ad03-b8da-d5a6ec83c37c", "outputs": { "db_endpoint": { "value": "db-0.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-5e56237e43cdb4f7a", "ami": "ami-43f1c1da", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-59451ac2"], "subnet_id": "subnet-f9db92eb", "key_name": "prod-deploy-key" } } ] } ] }