{ "version": 4, "terraform_version": "1.7.4", "serial": 247, "lineage": "0d51cc55-5a80-414d-0404-98b198a5773a", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-09b4d2f7658fc6ce0", "ami": "ami-34970113", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-12a1d4be"], "subnet_id": "subnet-b2287e6f", "key_name": "prod-deploy-key" } } ] } ] }