{ "version": 4, "terraform_version": "1.5.2", "serial": 445, "lineage": "527fb462-1052-78d4-14fa-b974319da4d0", "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-6eca5b3f7b0fc044a", "ami": "ami-23257c34", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b0b72f98"], "subnet_id": "subnet-c9b1699e", "key_name": "prod-deploy-key" } } ] } ] }