{ "version": 4, "terraform_version": "1.6.1", "serial": 361, "lineage": "d89796f0-79ed-f7e0-c7f9-ddbd12fba582", "outputs": { "db_endpoint": { "value": "db-3.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-04ae71af6a6707fd1", "ami": "ami-2970b980", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f25069ae"], "subnet_id": "subnet-6d6bb61a", "key_name": "prod-deploy-key" } } ] } ] }