{ "version": 4, "terraform_version": "1.7.2", "serial": 344, "lineage": "6600925b-b48b-5bb2-64b5-66c540fdba55", "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-c35d8fc844f6d364d", "ami": "ami-f0b829b0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b1ce9c51"], "subnet_id": "subnet-2fd7834e", "key_name": "prod-deploy-key" } } ] } ] }