{ "version": 4, "terraform_version": "1.5.2", "serial": 315, "lineage": "e2b08935-b750-d3f9-6652-5a7b90fa1f44", "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-d5e9bdfd02e211da9", "ami": "ami-0db86971", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a30ad8ea"], "subnet_id": "subnet-7523d639", "key_name": "prod-deploy-key" } } ] } ] }