{ "version": 4, "terraform_version": "1.5.1", "serial": 194, "lineage": "0b592e55-ca0a-f2b5-f4ed-fea679671e0f", "outputs": { "db_endpoint": { "value": "db-3.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-98098fc7edfb07d0e", "ami": "ami-c7a18b70", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9fd8b6fe"], "subnet_id": "subnet-8fbccf08", "key_name": "prod-deploy-key" } } ] } ] }