{ "version": 4, "terraform_version": "1.6.0", "serial": 511, "lineage": "0e76510d-d20c-7127-2f93-c25667e3b717", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8ebb27bc33db420eb", "ami": "ami-1e447547", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-770ae443"], "subnet_id": "subnet-f1dee5f2", "key_name": "prod-deploy-key" } } ] } ] }