{ "version": 4, "terraform_version": "1.8.2", "serial": 541, "lineage": "74e4fa91-fb2f-74a3-8d46-90c4a782bba3", "outputs": { "db_endpoint": { "value": "db-1.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-3e7ac6c8d6ebe846a", "ami": "ami-f9b056dc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8e8fe3ff"], "subnet_id": "subnet-a30efb70", "key_name": "prod-deploy-key" } } ] } ] }