{ "version": 4, "terraform_version": "1.6.7", "serial": 291, "lineage": "82ccb106-9d6b-c221-2fad-52a5adc50cc7", "outputs": { "db_endpoint": { "value": "db-4.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-aa1cfaa7654488272", "ami": "ami-350c817c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9ded4ea6"], "subnet_id": "subnet-b75432b8", "key_name": "prod-deploy-key" } } ] } ] }