{ "version": 4, "terraform_version": "1.6.1", "serial": 150, "lineage": "ffe30b6e-1e43-e0d3-8d9a-d5c475eedbdb", "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-e06cd672651689a1c", "ami": "ami-c7db44d6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cc9988e5"], "subnet_id": "subnet-80848556", "key_name": "prod-deploy-key" } } ] } ] }