{ "version": 4, "terraform_version": "1.6.1", "serial": 135, "lineage": "658d16b9-7ac9-a720-67ca-ac0fef6218a7", "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-c07b94d6ffbd159a7", "ami": "ami-0ebd236e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aefc4317"], "subnet_id": "subnet-19eb79c4", "key_name": "prod-deploy-key" } } ] } ] }