{ "version": 4, "terraform_version": "1.7.1", "serial": 518, "lineage": "e9bdb63d-d22c-449b-4d13-43571b78f435", "outputs": { "db_endpoint": { "value": "db-0.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-6c4a7c45795c2ef3f", "ami": "ami-0a6fc238", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dead45fe"], "subnet_id": "subnet-ffa33967", "key_name": "prod-deploy-key" } } ] } ] }