{ "version": 4, "terraform_version": "1.8.9", "serial": 214, "lineage": "a9255405-dde8-80d7-caea-ece9d04d7437", "outputs": { "db_endpoint": { "value": "db-3.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-4deeff302b72949da", "ami": "ami-eae12983", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-509f6fc3"], "subnet_id": "subnet-04a4bdad", "key_name": "prod-deploy-key" } } ] } ] }