{ "version": 4, "terraform_version": "1.8.5", "serial": 540, "lineage": "87063f13-daf5-1083-a796-d34f967d04a4", "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-fc347a95115490e79", "ami": "ami-4248845f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d2d7564b"], "subnet_id": "subnet-5fa713c3", "key_name": "prod-deploy-key" } } ] } ] }