{ "version": 4, "terraform_version": "1.5.3", "serial": 388, "lineage": "cf6fd030-3ef9-9776-dac3-ba5f93e561e2", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.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-4a23363c3e04adaa4", "ami": "ami-31435696", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a1570113"], "subnet_id": "subnet-dadb7938", "key_name": "prod-deploy-key" } } ] } ] }