{ "version": 4, "terraform_version": "1.5.5", "serial": 544, "lineage": "4c3a46e1-3790-542e-8f1f-d3209b4b830d", "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-14a8fa022c3830eba", "ami": "ami-a4dfdb3d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11a71afc"], "subnet_id": "subnet-452ce97e", "key_name": "prod-deploy-key" } } ] } ] }