{ "version": 4, "terraform_version": "1.7.1", "serial": 310, "lineage": "9b20f686-8b95-a565-fd09-a459f54b33f4", "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-03b01ef5e0357a2dc", "ami": "ami-4c1aafbb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-88d159cb"], "subnet_id": "subnet-87c11fc9", "key_name": "prod-deploy-key" } } ] } ] }