{ "version": 4, "terraform_version": "1.8.0", "serial": 139, "lineage": "9e62815f-cc6f-8a7d-3e9c-bcfce9c12a43", "outputs": { "db_endpoint": { "value": "db-0.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-c46676e3075481f83", "ami": "ami-77bd8d9a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5a64afe8"], "subnet_id": "subnet-ce414af9", "key_name": "prod-deploy-key" } } ] } ] }