{ "version": 4, "terraform_version": "1.5.0", "serial": 448, "lineage": "1b76cbfb-4007-b3c1-417e-1d7aaea19ec0", "outputs": { "db_endpoint": { "value": "db-2.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-2089a6f8e99afaeb0", "ami": "ami-3af85d86", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf042790"], "subnet_id": "subnet-ed2db6ed", "key_name": "prod-deploy-key" } } ] } ] }