{ "version": 4, "terraform_version": "1.5.7", "serial": 348, "lineage": "59d57ee3-34d6-4ce9-d987-ceb9aad684da", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a97ddb4981541c6da", "ami": "ami-44e3e199", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-64746b53"], "subnet_id": "subnet-d21c7378", "key_name": "prod-deploy-key" } } ] } ] }