{ "version": 4, "terraform_version": "1.5.0", "serial": 195, "lineage": "2f2494d6-83e8-4b61-7f98-048155a07fdb", "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-d627295b2a4f38758", "ami": "ami-aaf73e7e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-05f0b670"], "subnet_id": "subnet-102f63bb", "key_name": "prod-deploy-key" } } ] } ] }