{ "version": 4, "terraform_version": "1.7.8", "serial": 163, "lineage": "33127713-eb46-2981-7ce1-c66f46d9b4df", "outputs": { "db_endpoint": { "value": "db-2.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-f5324a554838afb23", "ami": "ami-e748866a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3944a582"], "subnet_id": "subnet-c55d9fd3", "key_name": "prod-deploy-key" } } ] } ] }