{ "version": 4, "terraform_version": "1.8.8", "serial": 415, "lineage": "3d039029-d62f-4c5b-b2c1-7445df999190", "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-fcfc4778c2dfdd6db", "ami": "ami-1e6c1b46", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c8e96a7"], "subnet_id": "subnet-10a20731", "key_name": "prod-deploy-key" } } ] } ] }