{ "version": 4, "terraform_version": "1.5.1", "serial": 399, "lineage": "972b2fd1-59ae-0e65-0812-1c0172f58a18", "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-36d1d5a275d5e03eb", "ami": "ami-047d31f1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1026ea51"], "subnet_id": "subnet-4555e48c", "key_name": "prod-deploy-key" } } ] } ] }