{ "version": 4, "terraform_version": "1.6.1", "serial": 426, "lineage": "fa82d2f0-92d3-9ac3-a7fd-96b5ae5ccfb0", "outputs": { "db_endpoint": { "value": "db-4.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-1b9d51bfd916d4558", "ami": "ami-e9dde7c1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-707677ee"], "subnet_id": "subnet-5a70140a", "key_name": "prod-deploy-key" } } ] } ] }