{ "version": 4, "terraform_version": "1.8.4", "serial": 496, "lineage": "2156d104-7211-ac2a-f31c-98b769bb0a35", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-009129899c751af28", "ami": "ami-b6b74822", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f9244460"], "subnet_id": "subnet-7df6aa82", "key_name": "prod-deploy-key" } } ] } ] }