{ "version": 4, "terraform_version": "1.5.4", "serial": 548, "lineage": "06ba01c6-7c11-7eb4-e0ae-9586286e1b84", "outputs": { "db_endpoint": { "value": "db-4.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-1b76efb738e93596d", "ami": "ami-da21e41d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-08af2445"], "subnet_id": "subnet-bafb3620", "key_name": "prod-deploy-key" } } ] } ] }