{ "version": 4, "terraform_version": "1.8.3", "serial": 437, "lineage": "2715f5ba-4515-827e-fc76-dfe8b131415b", "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-9d0b6292e3bafd25a", "ami": "ami-02c139c5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-92d59b48"], "subnet_id": "subnet-f5495ef3", "key_name": "prod-deploy-key" } } ] } ] }