{ "version": 4, "terraform_version": "1.8.4", "serial": 403, "lineage": "c96f8968-518e-d305-87f5-1bc3e25bc73a", "outputs": { "db_endpoint": { "value": "db-1.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-306e998bb20020384", "ami": "ami-82f4c9a4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b145f04e"], "subnet_id": "subnet-c2c64931", "key_name": "prod-deploy-key" } } ] } ] }