{ "version": 4, "terraform_version": "1.5.8", "serial": 345, "lineage": "b4b1a912-575f-6711-1354-7c6c1f551d82", "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-9f46e757560739440", "ami": "ami-8eaa55d1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4947dcac"], "subnet_id": "subnet-c9579cc1", "key_name": "prod-deploy-key" } } ] } ] }