{ "version": 4, "terraform_version": "1.6.3", "serial": 126, "lineage": "564980bf-695f-ec1d-2610-655ee1a255c7", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-7e0ea524c3081c9a7", "ami": "ami-20f51613", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bee09ab0"], "subnet_id": "subnet-ffdcd240", "key_name": "prod-deploy-key" } } ] } ] }