{ "version": 4, "terraform_version": "1.6.8", "serial": 212, "lineage": "b21a268a-1816-3df0-86fa-a253040dae14", "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-86f2554fe96287901", "ami": "ami-00a1b016", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-50a5594f"], "subnet_id": "subnet-1b268b0e", "key_name": "prod-deploy-key" } } ] } ] }