{ "version": 4, "terraform_version": "1.8.4", "serial": 246, "lineage": "77ee1bfd-aac4-dc37-9d5d-aedccc96a85f", "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-8d7a16cb1d0d5ead6", "ami": "ami-b60d0bb5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0a937d75"], "subnet_id": "subnet-2847f45a", "key_name": "prod-deploy-key" } } ] } ] }