{ "version": 4, "terraform_version": "1.5.0", "serial": 196, "lineage": "c24939c8-680e-db99-3b53-c003ebd59e77", "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-fc7680d0c0a8a7b09", "ami": "ami-5e0a479c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b67047ba"], "subnet_id": "subnet-0b02d8fd", "key_name": "prod-deploy-key" } } ] } ] }