{ "version": 4, "terraform_version": "1.7.6", "serial": 585, "lineage": "035c785b-e0ec-f1b7-05b4-498c120261cb", "outputs": { "db_endpoint": { "value": "db-4.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-6e72b702ebc610d2d", "ami": "ami-dac4d1a7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7b0e980d"], "subnet_id": "subnet-56d5be60", "key_name": "prod-deploy-key" } } ] } ] }