{ "version": 4, "terraform_version": "1.8.7", "serial": 417, "lineage": "fe2fe2c8-ddb1-17fc-ba7a-4d7638ab7308", "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-418d7ad02e66ec467", "ami": "ami-12a3bf3e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d2fbd778"], "subnet_id": "subnet-8dab6574", "key_name": "prod-deploy-key" } } ] } ] }