{ "version": 4, "terraform_version": "1.8.5", "serial": 425, "lineage": "793c2996-8e74-ec80-7fb6-852bf8252a9e", "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-49c4586328de9628b", "ami": "ami-edc628da", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8b19eac2"], "subnet_id": "subnet-358a15f0", "key_name": "prod-deploy-key" } } ] } ] }