{ "version": 4, "terraform_version": "1.5.6", "serial": 205, "lineage": "b2b7abd4-7590-6349-0720-370093a8c307", "outputs": { "db_endpoint": { "value": "db-3.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-7393c472b819f2905", "ami": "ami-827c8c14", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7d96dd9a"], "subnet_id": "subnet-c81444a2", "key_name": "prod-deploy-key" } } ] } ] }