{ "version": 4, "terraform_version": "1.6.7", "serial": 286, "lineage": "87be15e0-402e-23eb-51a0-bc0b8510a95e", "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-5ba7b47b5eb433262", "ami": "ami-5f039b14", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bf2c2f72"], "subnet_id": "subnet-ecf83c66", "key_name": "prod-deploy-key" } } ] } ] }