{ "version": 4, "terraform_version": "1.7.3", "serial": 251, "lineage": "b12146f7-6e00-aae8-80c5-3f450b1a72b9", "outputs": { "db_endpoint": { "value": "db-2.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-1775ba7990f91650a", "ami": "ami-48e01ced", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e450f03c"], "subnet_id": "subnet-3bd28fa8", "key_name": "prod-deploy-key" } } ] } ] }