{ "version": 4, "terraform_version": "1.7.5", "serial": 145, "lineage": "35c0cd5f-c785-9c98-0859-38500c70ef17", "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-68fdb014e4e671407", "ami": "ami-9463dc57", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0d4adb61"], "subnet_id": "subnet-8951b626", "key_name": "prod-deploy-key" } } ] } ] }