{ "version": 4, "terraform_version": "1.5.0", "serial": 576, "lineage": "a0fea3aa-a133-8da1-14ce-b9387962345f", "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-8012a87c08a4808fc", "ami": "ami-67eef1f9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-19ba69b1"], "subnet_id": "subnet-bd47d3df", "key_name": "prod-deploy-key" } } ] } ] }