{ "version": 4, "terraform_version": "1.5.0", "serial": 232, "lineage": "6e18ef97-cd98-c230-1365-36b9c8a22f83", "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-29253a4dcd30d4d82", "ami": "ami-cd5aeb90", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7dd0a177"], "subnet_id": "subnet-18e0e7c1", "key_name": "prod-deploy-key" } } ] } ] }