{ "version": 4, "terraform_version": "1.6.2", "serial": 483, "lineage": "f86ee750-3fbf-2f1d-9c88-1fb026889c42", "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-a4ac5d369ffde9514", "ami": "ami-0c15f327", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a47464a2"], "subnet_id": "subnet-5558e8b6", "key_name": "prod-deploy-key" } } ] } ] }