{ "version": 4, "terraform_version": "1.7.5", "serial": 424, "lineage": "17ed36d7-e999-e128-9859-32dd315c45a5", "outputs": { "db_endpoint": { "value": "db-3.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-c4fd786bd73286622", "ami": "ami-eb6b1a8e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e85fc06e"], "subnet_id": "subnet-ca827c87", "key_name": "prod-deploy-key" } } ] } ] }