{ "version": 4, "terraform_version": "1.6.7", "serial": 105, "lineage": "0958cea2-1c29-9bb4-d710-d3bbba8641a1", "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-cb92d6f3ab0c4ef88", "ami": "ami-492e83b4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5b68f712"], "subnet_id": "subnet-dca7394d", "key_name": "prod-deploy-key" } } ] } ] }