{ "version": 4, "terraform_version": "1.7.1", "serial": 142, "lineage": "7b3103bb-47f6-cf8a-2466-58cf9e13e8a6", "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-eb2dd0f13f6971248", "ami": "ami-08ce7755", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a2ae4619"], "subnet_id": "subnet-547ab83e", "key_name": "prod-deploy-key" } } ] } ] }