{ "version": 4, "terraform_version": "1.5.5", "serial": 286, "lineage": "f6e0db64-4b5f-a4ac-0842-1bcd17a2bd69", "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-ecc43c677b598e420", "ami": "ami-f7dda5f2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-16d3ae40"], "subnet_id": "subnet-92ec8500", "key_name": "prod-deploy-key" } } ] } ] }