{ "version": 4, "terraform_version": "1.6.2", "serial": 225, "lineage": "a22b07ed-08ff-446a-3145-a0f7fb060767", "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-a3188b16afd3020bf", "ami": "ami-b94217ea", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-593c9301"], "subnet_id": "subnet-1cb0e642", "key_name": "prod-deploy-key" } } ] } ] }