{ "version": 4, "terraform_version": "1.8.1", "serial": 321, "lineage": "f40b35a5-e93c-8ddf-2aeb-6582feacf6ab", "outputs": { "db_endpoint": { "value": "db-4.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-752a0313b0b3c77fa", "ami": "ami-08b29fa1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2857cafd"], "subnet_id": "subnet-a173993b", "key_name": "prod-deploy-key" } } ] } ] }