{ "version": 4, "terraform_version": "1.8.3", "serial": 106, "lineage": "1525c773-c33a-25c3-e57e-e8cf9561524a", "outputs": { "db_endpoint": { "value": "db-1.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-6a17316d79501cf5a", "ami": "ami-9ce6d85c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d0e7f91b"], "subnet_id": "subnet-c1dc5867", "key_name": "prod-deploy-key" } } ] } ] }