{ "version": 4, "terraform_version": "1.5.4", "serial": 130, "lineage": "6f9564b2-6d8b-93de-13b8-7087c8e6af7c", "outputs": { "db_endpoint": { "value": "db-0.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-a1d8f6a9355e3a02c", "ami": "ami-2f705d9d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fa50aceb"], "subnet_id": "subnet-f3d230ab", "key_name": "prod-deploy-key" } } ] } ] }