{ "version": 4, "terraform_version": "1.8.1", "serial": 157, "lineage": "4179f135-3d45-3976-a4d6-57ca0a13569e", "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-da5fadcbd67186a54", "ami": "ami-f822e3fb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8a7ac421"], "subnet_id": "subnet-9f1d8c2d", "key_name": "prod-deploy-key" } } ] } ] }