{ "version": 4, "terraform_version": "1.5.8", "serial": 246, "lineage": "d1b118d4-6bb0-9db8-28f0-1a2137e5b61c", "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-b0225f83389c22e51", "ami": "ami-835593dc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-55e82e97"], "subnet_id": "subnet-a2b9de2a", "key_name": "prod-deploy-key" } } ] } ] }