{ "version": 4, "terraform_version": "1.8.6", "serial": 141, "lineage": "053cb288-b1e3-6bf0-a7f3-cf324c448925", "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-312b1e7b462dfea0a", "ami": "ami-6094fd33", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-87063a3e"], "subnet_id": "subnet-21aa3115", "key_name": "prod-deploy-key" } } ] } ] }