{ "version": 4, "terraform_version": "1.7.6", "serial": 373, "lineage": "4be5193d-a088-e75a-6b82-9d566e674b3d", "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-5c01c9ac9d4a519d1", "ami": "ami-ddcda09d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-199ac07b"], "subnet_id": "subnet-1723d1b7", "key_name": "prod-deploy-key" } } ] } ] }